From: Daniel Golle Date: Thu, 14 Jan 2016 00:48:37 +0000 (+0100) Subject: cjdns: depend on @IPV6 instead of kmod-ipv6 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=72276f4ca6303ca590a51400c0e5d7ede699dc09;p=feed%2Frouting.git cjdns: depend on @IPV6 instead of kmod-ipv6 kmod-ipv6 was retired as IPv6 support is now built-in unless explicitely disabled. @IPV6 refers to CONFIG_IPV6 from menuconfig which is enabled by default. Signed-off-by: Daniel Golle --- diff --git a/cjdns/Makefile b/cjdns/Makefile index 7cda33b..6f7a6af 100644 --- a/cjdns/Makefile +++ b/cjdns/Makefile @@ -38,7 +38,7 @@ define Package/cjdns TITLE:=Encrypted near-zero-conf mesh routing protocol URL:=https://github.com/hyperboria/cjdns MAINTAINER:=Lars Gierth - DEPENDS:=+kmod-tun +kmod-ipv6 +libnl-tiny +libpthread +librt \ + DEPENDS:=@IPV6 +kmod-tun +libnl-tiny +libpthread +librt \ +libuci-lua +lua-bencode +dkjson +luasocket +lua-sha2 endef